com.cult3d.world
Class Camera

java.lang.Object
  |
  +--com.cult3d.world.Camera

public class Camera
extends java.lang.Object

This class provides a representation of a Cult3D camera.


Constructor Summary
Camera(java.lang.String name)
          Constructs a Java representation of a camera.
 
Method Summary
 void setAsActive()
          Sets this camera to the active one.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Camera

public Camera(java.lang.String name)
Constructs a Java representation of a camera.
Parameters:
name - the name of the camera.
Throws:
NameNotFoundException - for invalid name.
Method Detail

setAsActive

public void setAsActive()
Sets this camera to the active one.